|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.vtp.framework.interactions.core.commands.ConversationCommand
public abstract class ConversationCommand
Base class for the conversational commands.
| Field Summary | |
|---|---|
static int |
INPUT_TYPE_CUSTOM
Any custom type of input. |
static int |
INPUT_TYPE_FILE
The type of input that contains a resource path. |
static int |
OUTPUT_TYPE_FILE
The type of output that contains a resource path. |
static int |
OUTPUT_TYPE_TEXT
The type of output that contains raw text. |
| Constructor Summary | |
|---|---|
ConversationCommand()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
accept(ICommandVisitor visitor)
Attempts to invoke an implementation-dependent visit method on the supplied visitor, calling ICommandVisitor.visitUnknown(ICommand) if such a
method is not available. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.vtp.framework.spi.ICommand |
|---|
exportContents, importContents |
| Field Detail |
|---|
public static final int OUTPUT_TYPE_FILE
public static final int OUTPUT_TYPE_TEXT
public static final int INPUT_TYPE_FILE
public static final int INPUT_TYPE_CUSTOM
| Constructor Detail |
|---|
public ConversationCommand()
| Method Detail |
|---|
public final java.lang.Object accept(ICommandVisitor visitor)
throws java.lang.NullPointerException
ICommandICommandVisitor.visitUnknown(ICommand) if such a
method is not available.
accept in interface ICommandvisitor - The visitor to accept.
java.lang.NullPointerException - If the supplied visitor is null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||